chore: version packages - #751
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
September 1, 2026 03:58
0e09bcc to
d4eb367
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 1, 2026 06:36
d4eb367 to
35c94f6
Compare
gwitwer
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sapiom/agent@0.13.0
Minor Changes
PACKAGE_INVENTORY_PROTOCOL,packageInventorySchema, and the public package-inventory types for validating versioned working-tree and immutable-bundle agent inventories.Patch Changes
@sapiom/harness@0.12.0
Minor Changes
917c930: Project dependency graphs now open before source-name inspection finishes. They enrich identities in the background, retain per-agent identity warnings without holding an otherwise settled graph out of cache, and keep retryable reads recoverable. Navigation targets are served with the exact graph revision they belong to, so opening an agent from the map lands on the right one.
1107764: Discover markerless
defineAgentand legacydefineOrchestrationprojects plus literal direct source invocations with bounded syntax-only analysis, conservative reconciliation, and live rail/system-graph updates without importing, bundling, type-checking, or executing project code. Public direct invocation edges usebasis: "static-invocation". Markerless agents inside nested Git repositories are discovered when that repository is selected directly; package-wide output-to-input data flow remains a separate evidence provider.Breaking: Public system-graph invocation edges that previously carried
basis: "static"now carrybasis: "static-invocation".Migration: Consumers that validate or deserialize
GET /api/workspaces/:workspaceKey/system-graphresponses must accept"static-invocation"as the invocation-edgebasisvalue before upgrading.a7d4185:
HarnessSettings.helpSeenrecords that the first-run Studio explainer has been dismissed. The flag previously lived in browserlocalStorage, which is keyed by origin; hosts that bind an ephemeral port — the desktop app does, on every boot — presented a new origin with empty storage each launch and re-showed the card every time. It is now per-install and origin-independent, and it survives a reset of the client-sideui-prefsblob.Also fixes
PATCH /api/settingssilently droppingtelemetryNoticeDismissed: the field was absent from the request schema, which strips unknown keys, so the request succeeded and nothing was written. Because nothing was ever stored, there is no earlier dismissal to honour — installs will see the telemetry notice one final time after upgrading, and the next dismissal is the first one that persists.settings.jsongains the key at that point.Patch Changes
npxbrowser host; the in-app directory listing is removed. The Add a project dialog is reduced to one line of guidance and a single action — its second button, "Add every agent under this folder", is gone because adding a project already brings in the agents below it.@sapiom/tools@0.34.0
Minor Changes
41ce013:
contentGenerationgains public model-alias maps andselect, the capability-based model chooser.New
IMAGE_MODELS/VIDEO_MODEL_ALIASESmaps (plus theKnownImageModel/KnownVideoModelAliastypes) carry the public semantic model aliases —"flux-fast","veo3-fast", … — which are the supported input formodel.ImageCreateInput.modelis retyped from barestringtoLiteralUnion<KnownImageModel>for editor autocomplete.Non-breaking. Both
modelfields stay literal-union-widened tostring, so an existing raw-provider-id pin keeps compiling and keeps working, and a newly-cataloged alias works before the SDK catches up. No client-side validation is added — the platform catalog stays the authority. Raw provider ids (and theVIDEO_MODELSmap that lists them) are now documented as deprecated: still supported today, to be removed in a future release.New optional
selecton both image and video inputs, forwarded on the request body only when set and honored whenmodelis omitted. It is typed per media type:VideoSelectacceptsrequires: ("audio" | "lipsync" | "referenceImage")[],ImageSelectprohibitsrequiresoutright (no image model declares a capability tag, so the option could only narrow to zero candidates), and both acceptprefer: "cheapest". Asking an image call forrequiresis therefore a compile error rather than a request that can only fail.MediaSelectis the shape the two share, and is accepted by both inputs — for code generic over image and video. The response (and both launch handles) now typepreferSatisfiedalongsideresolvedModel; for the async paths it is threaded from the submit handle, and it is omitted entirely unless a preference was requested.@sapiom/agent-core@0.13.3
Patch Changes
@sapiom/agent-runtime@0.7.1
Patch Changes
@sapiom/agent-studio@0.1.21
Patch Changes
@sapiom/cli@11.0.0
Patch Changes
@sapiom/sandbox-preview@0.1.20
Patch Changes
@sapiom/harness-desktop@0.4.2
Patch Changes